-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
n-api: update cli documentation #20301
n-api: update cli documentation #20301
Conversation
doc/api/cli.md
Outdated
Enable loading native modules compiled with the ABI-stable Node.js API (N-API) | ||
(experimental). | ||
Allow Node.js to load N-API modules (this option is a no-op - it is kept for | ||
compatibility). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Micro-nit:
Allow Node.js to load N-API modules. This option is a no-op. It is kept for
compatibility.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or maybe even better, just the last two sentences:
This option is a no-op. It is kept for compatibility.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I'd rather just remove it completely though.
f71d7b1
to
ae67b29
Compare
@Trott I updated the wording as you requested. |
Please, add 👍 here to approve fast-tracking. |
Landed in 24c8f0b. |
Fixes: #20082
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes